git-test-epoll
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 15 Jul 2024 19:20:54 +0000 (21:20 +0200)
committerAurelien Jarno <aurel32@debian.org>
Mon, 15 Jul 2024 19:20:54 +0000 (21:20 +0200)
commitaf4f4ca00602599db8bd35e13f4e25c72dd0c67f
treeca49385d2fef453ffe2e91029d57be788e4c8c9b
parent8d3c2657be244aa775855041ac3588ff74fe7524
git-test-epoll

commit 26d01172f5c3f3b912ecf21ebb911eb5351bba4d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Jan 26 08:23:41 2024 -0300

    misc: tst-poll: Proper synchronize with child before sending the signal

    When running the testsuite in parallel, for instance running make -j
    $(nproc) check, occasionally tst-epoll fails with a timeout.  It happens
    because it sometimes takes a bit more than 10ms for the process to get
    cloned and blocked by the syscall.  In that case the signal is
    sent to early, and the test fails with a timeout.

    Checked on x86_64-linux-gnu.

Gbp-Pq: Topic any
Gbp-Pq: Name git-test-epoll.diff
sysdeps/unix/sysv/linux/tst-epoll.c